fix(application): improve evidence review behavior#14
Merged
andrewDoing merged 2 commits intomainfrom Mar 16, 2026
Merged
Conversation
- render expected tools without tool calls - restore null selection behavior in references pane - stop ignoring root public assets 🛠️ - Generated by Copilot Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
GTC Frontend Test Results291 tests ±0 291 ✅ ±0 5s ⏱️ ±0s Results for commit 5a6de28. ± Comparison against base commit a69db22. This pull request removes 3 and adds 3 tests. Note that renamed tests count towards both.♻️ This comment has been updated with latest results. |
When no item is selected, the right pane now renders the TracePanel empty state instead of the legacy Search/Selected RAG tabs. The RAG compat surface still appears for single-turn items that are actually selected, and the legacy prop-omitted path remains unchanged. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updated the frontend review pane so Evidence & Review remains the default surface for real selected items, even before trace data exists, and surfaced Expected Tools guidance when no tool calls have been recorded yet. The PR also expanded unit coverage around the new empty-state and expected-tool behaviors.
Changes
Evidence review behavior
The right pane now distinguishes between an unresolved selection state and a real selected item without evidence, which keeps the review flow visible without showing trace details too early.
nullnow represents no current selection or loading and suppresses the evidence pane.undefinedremains supported as the omitted-prop case for backward compatibility.No trace or evidence data available yet.Expected tool visibility
Expected tool guidance is now available independently from recorded tool calls so reviewers can inspect rubric-style expectations earlier in the flow.
Test coverage
refund policywhentoolCallsis empty.Related Issues
None